home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / SplashImageOn.au3 < prev    next >
Text File  |  2007-09-08  |  134b  |  5 lines

  1. $destination = @Systemdir & "\oobe\images\mslogo.jpg"
  2.  
  3. SplashImageOn("Splash Screen", $destination,250,50)
  4. Sleep(3000)
  5. SplashOff()